$intCode = Ascii ( <character>
)
Returns the ASCII
code of specified character.
Parameters
<character>
The character for which the ascii value to be returned.
Return Value
Returns the ASCII
code of the character.
Remarks
- If a string
is given as the parameter of the ascii () function then it will return
the ascii value of the first character of the string.
Example